projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6f2884
)
picture: Fix copy/paste error in docs
author
Benjamin Otte
<otte@redhat.com>
Tue, 15 Dec 2020 23:26:16 +0000
(
00:26
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 24 Dec 2020 05:38:45 +0000
(06:38 +0100)
gtk/gtkpicture.c
patch
|
blob
|
history
diff --git
a/gtk/gtkpicture.c
b/gtk/gtkpicture.c
index 9431b571205707d2b3f261af51aa7d76ef77320d..6f0eb83240a4af78679fec3527170731df90acf2 100644
(file)
--- a/
gtk/gtkpicture.c
+++ b/
gtk/gtkpicture.c
@@
-516,7
+516,7
@@
gtk_picture_new_for_filename (const char *filename)
* gtk_picture_new_for_resource:
* @resource_path: (nullable): resource path to play back
*
- * Creates a new #GtkPicture displaying the
file @filename
.
+ * Creates a new #GtkPicture displaying the
resource at @resource_path
.
*
* This is a utility function that calls gtk_picture_new_for_file().
* See that function for details.